Let anyone talk to your data
Make your data available through MCP servers in 1 minute. Let anyone talk to your data directly in plain English; no setup required!
Try it out: udf.ai
At udf.ai
, you can:
- Directly ask questions to data sources we've connected
- Connect your own data sources through MCP Servers
This makes your data or analysis available for anyone to talk to directly; no additional setup required.
Turn your data into an MCP Server
Pass any URL that returns JSON to udf.ai
. The simplest approach: turn your data into an MCP Server using a Fused UDF.
Any UDF can be turned into an API easily:
Experimental: Using MCP Creator Profile in AI Assistant
- Go to the Preferences
- Turn on "AI MCP Profile"
This will give you a new profile called "MCP Creator" in the AI Assistant:
-
Switch to this new "MCP Creator" profile in the AI Assistant
-
Ask it to convert the current UDF you have open into an MCP Server:
Turn this UDF into an MCP Server
The AI should give you a JSON object back with your MCP Server details. For example:
{
"climate_parquet": {
"link": "https://www.fused.io/server/v1/realtime-shared/<your_udf_shared_token>/run/file?dtype_out_raster=png&dtype_out_vector=json",
"description": "This UDF does some super duper cool processing. Call it when the user wants to do something super duper cool. No parameters are needed.",
"parameters": {}
}
}
- Add this JSON directly into the udf.ai MCP Configuration JSON
- Reload the chat
Ask any questions you want to your data to udf.ai
!
What was the highest temperature in August 2024?
Sharing
MCP Configuration JSON is stored in your browser's local storage. You can't share links directly yet, but you can copy your JSON and send it to others.
Since UDF endpoints are accessible by anyone with the link by default, anyone can directly talk to your data with the right JSON!